home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / fpc225_3.zip / F-PCHELP.ZIP / SAVESCR.HLP < prev    next >
Text File  |  1987-12-22  |  647b  |  19 lines

  1. \ SAVESCR.HLP   Routine to save and restore screen.     by Tom Zimmer
  2.  
  3. svseg           ( --- seg1 )
  4.         A constant that returns the segment of the screen save
  5.         area. When not initialized, svseg return a zero.
  6.  
  7. svinit          ( --- )
  8.         Cold start initialization word that allocates some space for
  9.         the screen save segment.
  10.  
  11. savescr         ( --- )
  12.         Save the current contents of the screen to an external segment
  13.         save area. Nestable up to three times.
  14.  
  15. restscr         ( --- )
  16.         Restore  the screen from the external segment screen save
  17.         area. Un-nestable up to three times.
  18.  
  19.